Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


AFPClientInfo Structure

The AFPClientInfo structure is used to return information about the version of AFP that an AFP client supports.

struct AFPClientInfo {
    short       fInfoType;
    StringPtr   fDefaultUserName;
    short       fConfigFlags;
    short       fVersion;
    short       fNumAFPVersions;
    char        **fAFPVersionStrs;
};
fInfoType
On input, the type of client information. For an AFPClientInfo structure, the value of fInfoType must be kAFPClientInfo .
fDefaultUserName
On input, a pointer to a string that contains the default user name.
fConfigFlags
On input, the high 16 bits of the ' afps ' Gestalt response.
fVersion
On input, the low 16 bits of the ' afps ' Gestalt response.
fNumAFPVersions
On input, the number of AFP versions that this client supports.
fAFPVersionStrs
On input, a handle to an array of strings, each of which describes a version of AFP that this client supports.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)